Skip to content

chore: add testing documentation and coverage checks #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

jescalada
Copy link
Contributor

@jescalada jescalada commented Aug 10, 2025

Implements the coverage checks mentioned in #1019, although it doesn't add any auto-merge on coverage attained (we still want maintainers to take a look at larger PRs and decide the right time to merge).

I've also added some documentation on how to implement unit, E2E and fuzz tests for new PRs.

Copy link

netlify bot commented Aug 10, 2025

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit a838060
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/68a1cffabf03e700086a5f82

Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.09%. Comparing base (aaea93a) to head (16f78b7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1147      +/-   ##
==========================================
+ Coverage   83.29%   84.09%   +0.79%     
==========================================
  Files          59       59              
  Lines        2449     2452       +3     
  Branches      280      280              
==========================================
+ Hits         2040     2062      +22     
+ Misses        365      345      -20     
- Partials       44       45       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jescalada jescalada marked this pull request as ready for review August 12, 2025 13:13
@jescalada jescalada linked an issue Aug 13, 2025 that may be closed by this pull request
4 tasks
@jescalada jescalada changed the title chore: add coverage check to nyc script chore: add testing documentation and coverage checks Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define and publicise our standards for testing and CI gating
1 participant